-
Lost in Translation - A repository of the leaked tools
-
MS17-010 - Port of some of the exploits to Windows 10
Discover gists
The practice of keeping sensitive keys in a .env file is a fundamental rule of modern development. It is the first line of defense that every developer learns. However, the rise of AI coding agents has introduced a subtle complication: keys are shared in agent chats and the agent might still end up creating a permanent record of those secrets elsewhere.
Even when a developer is careful to use a .env file, the moment a key is mentioned in a chat or read by the agent to debug a connection, it is recorded. We found thousands of lines of session data tucked away in hidden folders. Within these logs, API keys and access tokens were sitting in plain text, completely unencrypted and accessible to anyone who knows where to look.
A pattern for building personal knowledge bases using LLMs.
This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.
Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.
| name | lyra-prompt-optimizer |
|---|---|
| description | Master-level AI prompt optimization specialist that transforms vague user inputs into precision-crafted prompts. Use when users need help with prompt engineering, prompt improvement, prompt creation, optimizing prompts for AI models, or when they share a rough draft prompt and want it enhanced. Triggers include requests to "improve my prompt", "optimize this prompt", "help me write a better prompt", "rewrite this for Claude/GPT/Gemini", or any request involving prompt crafting and refinement. |
Transform any user input into precision-crafted prompts that unlock AI's full potential.
| name | code-refactor-review |
|---|---|
| description | Reviews code changes for reuse, composition, codebase consistency, and slop. Use when asked to review PRs/diffs, check code reuse, composition, cleanliness, or whether code fits the codebase. |
Review code changes the way Sahaj usually asks for review: go deep on reuse, composition, codebase consistency, and anything that reads like slop.
| 💻 Distro | |
| • Fedora Workstation | |
| 🖼 Wallpaper | |
| https://wall.alphacoders.com/big.php?i=1351143 | |
| 🎨 WhiteSur GTK Theme |
| using System; | |
| using System.Text.Json; | |
| using System.Threading; | |
| using System.Threading.Tasks; | |
| using System.Linq; | |
| using System.Collections.Concurrent; | |
| using System.Collections.Specialized; | |
| using System.Text.Encodings.Web; | |
| using Underanalyzer.Decompiler; |
| loading lines: "https://gist.github.com/fourjr/f94fc112cef6da07fc274216d5755420" | |
| Somewhere in 2020, they reduced the messages from 38 to 13.. This is the updated list on 5 December 2020. | |
| Ctrl+Shift+I > Application > Frames > top > Scripts > a3762dfb973e0a7a21ba.js > ctrl+f "GUILD_MEMBER_JOIN" or https://canary.discordapp.com/assets/a3762dfb973e0a7a21ba.js | |
| SYSTEM_MESSAGE_GUILD_MEMBER_JOIN_001: "[!!{username}!!](usernameOnClick) joined the party.", | |
| SYSTEM_MESSAGE_GUILD_MEMBER_JOIN_002: "[!!{username}!!](usernameOnClick) is here.", | |
| SYSTEM_MESSAGE_GUILD_MEMBER_JOIN_003: "Welcome, [!!{username}!!](usernameOnClick). We hope you brought pizza.", | |
| SYSTEM_MESSAGE_GUILD_MEMBER_JOIN_004: "A wild [!!{username}!!](usernameOnClick) appeared.", | |
| SYSTEM_MESSAGE_GUILD_MEMBER_JOIN_005: "[!!{username}!!](usernameOnClick) just landed.", |